| Previous | Chapter contents | Chapter top | Section top | Next |
The flags field in the panorama sample atom structure (link) specifies any special settings for the panorama. The flags are specified using this bit flag:
enum {
kQTVRPanoFlagHorizontal = 1 << 0
};
| Previous | Chapter contents | Chapter top | Section top | Next |